LEADTOOLS Windows Forms (Leadtools.WinForms assembly) Send comments on this topic. | Back to Introduction - All Topics | Help Version 17.0.3.30
RasterViewerPointsEventArgs Constructor(RasterViewerInteractiveStatus,RasterCollection<Point>)
See Also 
Leadtools.WinForms Namespace > RasterViewerPointsEventArgs Class > RasterViewerPointsEventArgs Constructor : RasterViewerPointsEventArgs Constructor(RasterViewerInteractiveStatus,RasterCollection<Point>)



status
The status of the interactive mode.
points
Interactive mode points.
Initializes a new RasterViewerPointsEventArgs with specified values.

Syntax

Visual Basic (Declaration) 
Public Function New( _
   ByVal status As RasterViewerInteractiveStatus, _
   ByVal points As RasterCollection(Of Point) _
)
Visual Basic (Usage)Copy Code
Dim status As RasterViewerInteractiveStatus
Dim points As RasterCollection(Of Point)
 
Dim instance As New RasterViewerPointsEventArgs(status, points)
C# 
public RasterViewerPointsEventArgs( 
   RasterViewerInteractiveStatus status,
   RasterCollection<Point> points
)
C++/CLI 
public:
RasterViewerPointsEventArgs( 
   RasterViewerInteractiveStatus status,
   RasterCollection<Point>^ points
)

Parameters

status
The status of the interactive mode.
points
Interactive mode points.

Example

Requirements

Target Platforms: Microsoft .NET Framework 2.0, Windows 2000, Windows XP, Windows Server 2003 family, Windows Server 2008 family, Windows Vista, Windows 7

See Also